home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 3 && _root.windRune >= 2 && this.timey.timer == 100)
- {
- _root.windRune -= 2;
- _root.magRune -= 3;
- this.timey.timer = 0;
- this.timey.timeIt = 0.5 + _root.spe * 0.01;
- if(this.timey.timeIt > 1.5)
- {
- this.timey.timeIt = 1.5;
- }
- this.timey._visible = true;
- _root.fogF._visible = true;
- _root.fogF.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-